From da755ada52a2ce482c1fc15be70e9f2dbd477201 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 11 Apr 2012 23:12:15 +0300 Subject: [PATCH] configure: Use AM_PATH_GLIB_2_0() for finding glib-compile-resources No need to manually set GLIB_COMPILE_RESOURCES when AM_PATH_GLIB_2_0() does this for us. --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 1a504052ce..2910127a7b 100644 --- a/configure.ac +++ b/configure.ac @@ -1497,13 +1497,6 @@ fi GLIB_GSETTINGS -############# -# Resources # -############# - -GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0` -AC_SUBST(GLIB_COMPILE_RESOURCES) - ################################################## # GObject introspection ################################################## -- 2.30.2